home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / games / egavga / epytz.arj / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-04-12  |  2KB  |  50 lines

  1. echo off
  2. cls
  3. echo If you already have a shareware release of the game
  4. echo Easy-Play Yaht-Z on your computer under a directory
  5. echo named EP-YAHTZ, you need to uninstall that version
  6. echo first.  To abort this installation, press Ctrl-C,
  7. echo then press Y to terminate, otherwise press any key.
  8. pause > nul
  9. cls
  10. if %1!==! goto PROMPT
  11. for %%f in (A:,a:,B:,b:,C:,c:,D:,d:,E:,e:,F:,f:,G:,g:,H:,h:,I:,i:) do if %1.==%%f. goto BEGIN
  12. for %%f in (J:,j:,K:,k:,L:,l:,M:,m:,N:,n:,O:,o:,P:,p:,Q:,q:,R:,r:) do if %1.==%%f. goto BEGIN
  13. for %%f in (S:,s:,T:,t:,U:,u:,V:,v:,W:,w:,X:,x:,Y:,y:,Z:,z:) do if %1.==%%f. goto BEGIN
  14. goto INVALID
  15. :BEGIN
  16. if exist EPYAHTZ1.EXE goto PROCEED
  17. :INSTAL
  18. echo Go to the drive where Easy-Play Yaht-Z installation files
  19. echo are and insert a diskette into the proper drive if needed.
  20. goto CANCEL
  21. :PROCEED
  22. epyahtz1 /e%1 /x
  23. if errorlevel 1 goto CANCEL
  24. if not exist %1\EP-YAHTZ\════════.═══ goto CANCEL
  25. %1
  26. cd\ep-yahtz
  27. if errorlevel 1 goto CANCEL
  28. YAHTZ
  29. cd\
  30. goto EXIT
  31. :INVALID
  32. echo Invalid drive specified.  Install cancelled.
  33. :PROMPT
  34. echo  
  35. echo At the "A:>" or "B:>" prompt enter "INSTALL <drive:>", where "<drive:>"
  36. echo is the letter of the hard disk on which Easy-Play Yaht-Z be placed.
  37. echo For example, if the Easy-Play Yaht-Z disk is in drive "A:" and the
  38. echo hard disk for Easy-Play Yaht-Z is drive "C:" you would type at the
  39. echo "A:>" prompt:
  40. echo  
  41. echo           INSTALL C:
  42. echo  
  43. goto EXIT
  44. :CANCEL
  45. echo  
  46. echo  
  47. echo Install cancelled.
  48. echo  
  49. :EXIT
  50.